beginStructureElement(String,PDFCosDictionary) Method
In This Topic
Begins a marked content sequence associated with the specified type and properties.
Each beginStructureElement call must be paired with a call.
After this method is called, a call to is required in order to map the marked content identifier to the structure element that includes it. The is the or object that includes this object.
Syntax
Parameters
- structureElementType
- The type of the structure element associated with the content enclosed by the marked content sequence.
- properties
- A property list
See Also